home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWOPTIONS / TFORMVIEWOPTIONS.txt
Encoding:
Text File  |  2009-10-23  |  26.0 KB  |  1,125 lines

  1. object FormViewOptions: TFormViewOptions
  2.   Left = 253
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'Universal Viewer settings'
  6.   ClientHeight = 395
  7.   ClientWidth = 569
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 64
  23.     Top = 196
  24.     Width = 44
  25.     Height = 13
  26.     Caption = 'Internet:'
  27.   end
  28.   object btnOk: TButton
  29.     Left = 392
  30.     Top = 364
  31.     Width = 81
  32.     Height = 23
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 480
  40.     Top = 364
  41.     Width = 81
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object PageControl1: TPageControl
  49.     Left = 8
  50.     Top = 8
  51.     Width = 553
  52.     Height = 349
  53.     ActivePage = tabFile
  54.     TabOrder = 0
  55.     object tabIntf: TTabSheet
  56.       Caption = 'Interface'
  57.       object boxIntf: TGroupBox
  58.         Left = 8
  59.         Top = 4
  60.         Width = 449
  61.         Height = 253
  62.         Caption = 'Interface'
  63.         TabOrder = 0
  64.         object labLang: TLabel
  65.           Left = 8
  66.           Top = 20
  67.           Width = 51
  68.           Height = 13
  69.           Caption = 'Language:'
  70.           FocusControl = edLang
  71.         end
  72.         object labIcon: TLabel
  73.           Left = 8
  74.           Top = 44
  75.           Width = 30
  76.           Height = 13
  77.           Caption = 'Icons:'
  78.           FocusControl = edIcon
  79.         end
  80.         object edLang: TComboBox
  81.           Left = 88
  82.           Top = 16
  83.           Width = 153
  84.           Height = 21
  85.           Style = csDropDownList
  86.           DropDownCount = 10
  87.           ItemHeight = 0
  88.           TabOrder = 0
  89.           OnChange = edLangChange
  90.         end
  91.         object chkShell: TCheckBox
  92.           Left = 8
  93.           Top = 172
  94.           Width = 400
  95.           Height = 17
  96.           Caption = 'Explorer context menu item'
  97.           TabOrder = 8
  98.         end
  99.         object chkToolbar: TCheckBox
  100.           Left = 8
  101.           Top = 116
  102.           Width = 400
  103.           Height = 17
  104.           Caption = 'Show toolbar'
  105.           TabOrder = 5
  106.         end
  107.         object chkBorder: TCheckBox
  108.           Left = 8
  109.           Top = 132
  110.           Width = 400
  111.           Height = 17
  112.           Caption = 'Show border'
  113.           TabOrder = 6
  114.         end
  115.         object chkSingleInst: TCheckBox
  116.           Left = 8
  117.           Top = 188
  118.           Width = 400
  119.           Height = 17
  120.           Caption = 'Run single instance only'
  121.           TabOrder = 9
  122.         end
  123.         object chkMenu: TCheckBox
  124.           Left = 8
  125.           Top = 84
  126.           Width = 400
  127.           Height = 17
  128.           Caption = 'Show menu'
  129.           TabOrder = 3
  130.         end
  131.         object chkStatusBar: TCheckBox
  132.           Left = 8
  133.           Top = 148
  134.           Width = 400
  135.           Height = 17
  136.           Caption = 'Show status bar'
  137.           TabOrder = 7
  138.         end
  139.         object chkNav: TCheckBox
  140.           Left = 8
  141.           Top = 68
  142.           Width = 400
  143.           Height = 17
  144.           Caption = 'Show navigation panel'
  145.           TabOrder = 2
  146.         end
  147.         object chkMenuIcons: TCheckBox
  148.           Left = 8
  149.           Top = 100
  150.           Width = 400
  151.           Height = 17
  152.           Caption = 'Show icons in menu'
  153.           TabOrder = 4
  154.         end
  155.         object edIcon: TComboBox
  156.           Left = 88
  157.           Top = 40
  158.           Width = 153
  159.           Height = 21
  160.           Style = csDropDownList
  161.           DropDownCount = 10
  162.           ItemHeight = 0
  163.           TabOrder = 1
  164.           OnChange = edIconChange
  165.         end
  166.         object Panel1: TPanel
  167.           Left = 248
  168.           Top = 32
  169.           Width = 129
  170.           Height = 33
  171.           TabOrder = 10
  172.           Visible = False
  173.           object Image1: TImage
  174.             Left = 1
  175.             Top = 1
  176.             Width = 127
  177.             Height = 31
  178.             Align = alClient
  179.           end
  180.         end
  181.         object chkShowCfm: TCheckBox
  182.           Left = 8
  183.           Top = 212
  184.           Width = 433
  185.           Height = 17
  186.           Caption = 'Show confirmation'
  187.           TabOrder = 11
  188.         end
  189.         object chkShowConv: TCheckBox
  190.           Left = 8
  191.           Top = 228
  192.           Width = 433
  193.           Height = 17
  194.           Caption = 'Show converter msg'
  195.           TabOrder = 12
  196.         end
  197.       end
  198.     end
  199.     object tabFile: TTabSheet
  200.       Caption = 'File types'
  201.       ImageIndex = 5
  202.       object boxExt: TGroupBox
  203.         Left = 8
  204.         Top = 4
  205.         Width = 361
  206.         Height = 213
  207.         Caption = 'File extensions'
  208.         TabOrder = 0
  209.         object labText: TLabel
  210.           Left = 8
  211.           Top = 20
  212.           Width = 26
  213.           Height = 13
  214.           Caption = 'Text:'
  215.           FocusControl = edText
  216.         end
  217.         object labImages: TLabel
  218.           Left = 8
  219.           Top = 44
  220.           Width = 39
  221.           Height = 13
  222.           Caption = 'Images:'
  223.           FocusControl = edImages
  224.         end
  225.         object labMedia: TLabel
  226.           Left = 8
  227.           Top = 68
  228.           Width = 32
  229.           Height = 13
  230.           Caption = 'Media:'
  231.           FocusControl = edMedia
  232.         end
  233.         object labInternet: TLabel
  234.           Left = 8
  235.           Top = 92
  236.           Width = 44
  237.           Height = 13
  238.           Caption = 'Internet:'
  239.           FocusControl = edInet
  240.         end
  241.         object labRTF: TLabel
  242.           Left = 8
  243.           Top = 164
  244.           Width = 23
  245.           Height = 13
  246.           Caption = '&RTF:'
  247.           FocusControl = edRTF
  248.         end
  249.         object labConv: TLabel
  250.           Left = 8
  251.           Top = 188
  252.           Width = 29
  253.           Height = 13
  254.           Caption = 'Conv:'
  255.           FocusControl = edConv
  256.         end
  257.         object edText: TEdit
  258.           Left = 112
  259.           Top = 16
  260.           Width = 233
  261.           Height = 21
  262.           TabOrder = 0
  263.         end
  264.         object edImages: TEdit
  265.           Left = 112
  266.           Top = 40
  267.           Width = 233
  268.           Height = 21
  269.           TabOrder = 1
  270.         end
  271.         object edMedia: TEdit
  272.           Left = 112
  273.           Top = 64
  274.           Width = 233
  275.           Height = 21
  276.           TabOrder = 2
  277.         end
  278.         object edInet: TEdit
  279.           Left = 112
  280.           Top = 88
  281.           Width = 233
  282.           Height = 21
  283.           TabOrder = 3
  284.         end
  285.         object edRTF: TEdit
  286.           Left = 112
  287.           Top = 160
  288.           Width = 233
  289.           Height = 21
  290.           TabOrder = 8
  291.         end
  292.         object edMSO: TEdit
  293.           Left = 112
  294.           Top = 136
  295.           Width = 233
  296.           Height = 21
  297.           TabOrder = 7
  298.         end
  299.         object edOOo: TEdit
  300.           Left = 112
  301.           Top = 112
  302.           Width = 233
  303.           Height = 21
  304.           TabOrder = 5
  305.         end
  306.         object chkOOo: TCheckBox
  307.           Left = 16
  308.           Top = 114
  309.           Width = 89
  310.           Height = 17
  311.           Caption = '&OpenOffice:'
  312.           TabOrder = 4
  313.         end
  314.         object edConv: TEdit
  315.           Left = 112
  316.           Top = 184
  317.           Width = 233
  318.           Height = 21
  319.           TabOrder = 9
  320.         end
  321.         object chkMso: TCheckBox
  322.           Left = 8
  323.           Top = 138
  324.           Width = 97
  325.           Height = 17
  326.           Caption = 'M&S Office:'
  327.           TabOrder = 6
  328.         end
  329.       end
  330.       object btnTextOptions: TButton
  331.         Left = 8
  332.         Top = 224
  333.         Width = 185
  334.         Height = 21
  335.         Caption = 'Auto-detection...'
  336.         TabOrder = 1
  337.         OnClick = btnTextOptionsClick
  338.       end
  339.       object btnImageOptions: TButton
  340.         Left = 8
  341.         Top = 250
  342.         Width = 185
  343.         Height = 21
  344.         Caption = 'Libraries...'
  345.         TabOrder = 2
  346.         OnClick = btnImageOptionsClick
  347.       end
  348.     end
  349.     object tabText: TTabSheet
  350.       Caption = 'Text'
  351.       ImageIndex = 3
  352.       object boxText: TGroupBox
  353.         Left = 276
  354.         Top = 4
  355.         Width = 262
  356.         Height = 197
  357.         Caption = 'Text'
  358.         TabOrder = 1
  359.         object labTextFixedWidth: TLabel
  360.           Left = 48
  361.           Top = 126
  362.           Width = 115
  363.           Height = 13
  364.           Caption = 'Binary mode fixed width'
  365.           FocusControl = edTextWidth
  366.         end
  367.         object labTabSize: TLabel
  368.           Left = 48
  369.           Top = 170
  370.           Width = 39
  371.           Height = 13
  372.           Caption = 'Tab size'
  373.           FocusControl = edTextTabSize
  374.         end
  375.         object labTextLength: TLabel
  376.           Left = 48
  377.           Top = 148
  378.           Width = 90
  379.           Height = 13
  380.           Caption = 'Maximal line length'
  381.           FocusControl = edTextLength
  382.         end
  383.         object edTextWidth: TEdit
  384.           Left = 8
  385.           Top = 124
  386.           Width = 33
  387.           Height = 19
  388.           AutoSize = False
  389.           TabOrder = 6
  390.         end
  391.         object chkTextWidthFit: TCheckBox
  392.           Left = 8
  393.           Top = 104
  394.           Width = 250
  395.           Height = 17
  396.           Caption = 'Binary mode fit width'
  397.           TabOrder = 5
  398.           OnClick = chkTextWidthFitClick
  399.         end
  400.         object chkTextAutoCopy: TCheckBox
  401.           Left = 8
  402.           Top = 88
  403.           Width = 250
  404.           Height = 17
  405.           Caption = 'Auto-copy to clipboard'
  406.           TabOrder = 4
  407.         end
  408.         object edTextTabSize: TEdit
  409.           Left = 8
  410.           Top = 168
  411.           Width = 33
  412.           Height = 19
  413.           AutoSize = False
  414.           TabOrder = 8
  415.         end
  416.         object edTextLength: TEdit
  417.           Left = 8
  418.           Top = 146
  419.           Width = 33
  420.           Height = 19
  421.           AutoSize = False
  422.           TabOrder = 7
  423.         end
  424.         object chkTextWrap: TCheckBox
  425.           Left = 8
  426.           Top = 40
  427.           Width = 250
  428.           Height = 17
  429.           Caption = 'Wrap'
  430.           TabOrder = 1
  431.         end
  432.         object chkTextNonPrint: TCheckBox
  433.           Left = 8
  434.           Top = 72
  435.           Width = 250
  436.           Height = 17
  437.           Caption = 'Non-print'
  438.           TabOrder = 3
  439.         end
  440.         object btnGutterOptions: TButton
  441.           Left = 8
  442.           Top = 16
  443.           Width = 201
  444.           Height = 21
  445.           Caption = 'Gutter && line numbers'
  446.           TabOrder = 0
  447.           OnClick = btnGutterOptionsClick
  448.         end
  449.         object chkTextURLs: TCheckBox
  450.           Left = 8
  451.           Top = 56
  452.           Width = 249
  453.           Height = 17
  454.           Caption = 'Hilight URLs'
  455.           TabOrder = 2
  456.         end
  457.       end
  458.       object boxTextFont: TGroupBox
  459.         Left = 8
  460.         Top = 4
  461.         Width = 262
  462.         Height = 105
  463.         Caption = 'Font'
  464.         TabOrder = 0
  465.         object labTextFont1: TLabel
  466.           Left = 8
  467.           Top = 19
  468.           Width = 26
  469.           Height = 13
  470.           Caption = 'Font:'
  471.           FocusControl = btnTextFont
  472.         end
  473.         object labTextFontShow: TLabel
  474.           Left = 104
  475.           Top = 19
  476.           Width = 22
  477.           Height = 13
  478.           Caption = 'Font'
  479.         end
  480.         object labTextColors: TLabel
  481.           Left = 8
  482.           Top = 40
  483.           Width = 34
  484.           Height = 13
  485.           Caption = 'Colors:'
  486.           FocusControl = btnTextColor
  487.         end
  488.         object labTextFontShowOEM: TLabel
  489.           Left = 104
  490.           Top = 81
  491.           Width = 22
  492.           Height = 13
  493.           Caption = 'Font'
  494.         end
  495.         object btnTextFont: TButton
  496.           Left = 64
  497.           Top = 16
  498.           Width = 33
  499.           Height = 21
  500.           Caption = '...'
  501.           TabOrder = 0
  502.           OnClick = btnTextFontClick
  503.         end
  504.         object btnTextColor: TButton
  505.           Left = 64
  506.           Top = 38
  507.           Width = 33
  508.           Height = 21
  509.           Caption = '...'
  510.           TabOrder = 1
  511.           OnClick = btnTextColorClick
  512.         end
  513.         object btnTextColorHexBack: TButton
  514.           Left = 96
  515.           Top = 38
  516.           Width = 33
  517.           Height = 21
  518.           Caption = '...'
  519.           TabOrder = 2
  520.           OnClick = btnTextColorHexBackClick
  521.         end
  522.         object btnTextColorHex1: TButton
  523.           Left = 128
  524.           Top = 38
  525.           Width = 33
  526.           Height = 21
  527.           Caption = '...'
  528.           TabOrder = 3
  529.           OnClick = btnTextColorHex1Click
  530.         end
  531.         object btnTextColorHex2: TButton
  532.           Left = 160
  533.           Top = 38
  534.           Width = 33
  535.           Height = 21
  536.           Caption = '...'
  537.           TabOrder = 4
  538.           OnClick = btnTextColorHex2Click
  539.         end
  540.         object btnTextColorGutter: TButton
  541.           Left = 192
  542.           Top = 38
  543.           Width = 33
  544.           Height = 21
  545.           Caption = '...'
  546.           TabOrder = 5
  547.           OnClick = btnTextColorGutterClick
  548.         end
  549.         object chkTextOemSpecial: TCheckBox
  550.           Left = 8
  551.           Top = 60
  552.           Width = 241
  553.           Height = 17
  554.           Caption = 'Use special OEM font'
  555.           TabOrder = 7
  556.           OnClick = chkTextOemSpecialClick
  557.         end
  558.         object btnTextFontOEM: TButton
  559.           Left = 64
  560.           Top = 78
  561.           Width = 33
  562.           Height = 21
  563.           Caption = '...'
  564.           TabOrder = 8
  565.           OnClick = btnTextFontOEMClick
  566.         end
  567.         object btnTextColorURL: TButton
  568.           Left = 224
  569.           Top = 38
  570.           Width = 33
  571.           Height = 21
  572.           Hint = 'URL'
  573.           Caption = '...'
  574.           TabOrder = 6
  575.           OnClick = btnTextColorURLClick
  576.         end
  577.       end
  578.       object boxTextSearch: TGroupBox
  579.         Left = 8
  580.         Top = 188
  581.         Width = 262
  582.         Height = 81
  583.         Caption = 'Search'
  584.         TabOrder = 3
  585.         object labSearchIndent: TLabel
  586.           Left = 48
  587.           Top = 54
  588.           Width = 135
  589.           Height = 13
  590.           Caption = 'Search result: lines from top'
  591.           FocusControl = edSearchIndent
  592.         end
  593.         object edSearchIndent: TEdit
  594.           Left = 8
  595.           Top = 52
  596.           Width = 33
  597.           Height = 19
  598.           AutoSize = False
  599.           TabOrder = 2
  600.         end
  601.         object chkSearchSel: TCheckBox
  602.           Left = 8
  603.           Top = 16
  604.           Width = 250
  605.           Height = 17
  606.           Caption = 'Suggest selection'
  607.           TabOrder = 0
  608.         end
  609.         object chkSearchNoMsg: TCheckBox
  610.           Left = 8
  611.           Top = 32
  612.           Width = 250
  613.           Height = 17
  614.           Caption = 'No error msg'
  615.           TabOrder = 1
  616.         end
  617.       end
  618.       object boxTextReload: TGroupBox
  619.         Left = 8
  620.         Top = 112
  621.         Width = 262
  622.         Height = 73
  623.         Caption = 'Auto-reload'
  624.         TabOrder = 2
  625.         object chkTextReload: TCheckBox
  626.           Left = 8
  627.           Top = 16
  628.           Width = 250
  629.           Height = 17
  630.           Caption = 'Auto-reload'
  631.           TabOrder = 0
  632.           OnClick = chkTextReloadClick
  633.         end
  634.         object chkTextReloadBeep: TCheckBox
  635.           Left = 8
  636.           Top = 32
  637.           Width = 250
  638.           Height = 17
  639.           Caption = 'Beep'
  640.           TabOrder = 1
  641.         end
  642.         object chkTextReloadTail: TCheckBox
  643.           Left = 8
  644.           Top = 48
  645.           Width = 250
  646.           Height = 17
  647.           Caption = 'Follow tail'
  648.           TabOrder = 2
  649.         end
  650.       end
  651.     end
  652.     object tabMedia: TTabSheet
  653.       Caption = 'Multimedia'
  654.       ImageIndex = 4
  655.       object boxMedia: TGroupBox
  656.         Left = 280
  657.         Top = 4
  658.         Width = 257
  659.         Height = 101
  660.         Caption = 'Media'
  661.         TabOrder = 1
  662.         object labMediaPlayCount: TLabel
  663.           Left = 40
  664.           Top = 76
  665.           Width = 50
  666.           Height = 13
  667.           Caption = 'Play count'
  668.           FocusControl = edMediaPlayCount
  669.         end
  670.         object labMediaMode: TLabel
  671.           Left = 8
  672.           Top = 20
  673.           Width = 49
  674.           Height = 13
  675.           Caption = 'Interface:'
  676.           FocusControl = edMediaMode
  677.         end
  678.         object chkMediaStart: TCheckBox
  679.           Left = 8
  680.           Top = 40
  681.           Width = 246
  682.           Height = 17
  683.           Caption = 'Auto-start playback'
  684.           TabOrder = 1
  685.         end
  686.         object edMediaPlayCount: TEdit
  687.           Left = 8
  688.           Top = 74
  689.           Width = 25
  690.           Height = 19
  691.           AutoSize = False
  692.           TabOrder = 3
  693.         end
  694.         object edMediaMode: TComboBox
  695.           Left = 80
  696.           Top = 16
  697.           Width = 161
  698.           Height = 21
  699.           Style = csDropDownList
  700.           ItemHeight = 0
  701.           TabOrder = 0
  702.           OnChange = edMediaModeChange
  703.         end
  704.         object chkMediaLoop: TCheckBox
  705.           Left = 8
  706.           Top = 56
  707.           Width = 246
  708.           Height = 17
  709.           Caption = 'Loop playback'
  710.           TabOrder = 2
  711.         end
  712.       end
  713.       object boxImage: TGroupBox
  714.         Left = 8
  715.         Top = 4
  716.         Width = 265
  717.         Height = 169
  718.         Caption = 'Image'
  719.         TabOrder = 0
  720.         object labColorImage: TLabel
  721.           Left = 8
  722.           Top = 20
  723.           Width = 34
  724.           Height = 13
  725.           Caption = 'Colors:'
  726.           FocusControl = btnMediaColor
  727.         end
  728.         object chkImageResample: TCheckBox
  729.           Left = 8
  730.           Top = 128
  731.           Width = 254
  732.           Height = 17
  733.           Caption = 'Resample image'
  734.           TabOrder = 8
  735.         end
  736.         object chkImageTransp: TCheckBox
  737.           Left = 8
  738.           Top = 144
  739.           Width = 254
  740.           Height = 17
  741.           Caption = 'Show transparency'
  742.           TabOrder = 9
  743.         end
  744.         object btnMediaColor: TButton
  745.           Left = 80
  746.           Top = 17
  747.           Width = 33
  748.           Height = 21
  749.           Caption = '...'
  750.           TabOrder = 0
  751.           OnClick = btnMediaColorClick
  752.         end
  753.         object btnMediaColorLabel: TButton
  754.           Left = 112
  755.           Top = 17
  756.           Width = 33
  757.           Height = 21
  758.           Caption = '...'
  759.           TabOrder = 1
  760.           OnClick = btnMediaColorLabelClick
  761.         end
  762.         object btnMediaColorLabelErr: TButton
  763.           Left = 144
  764.           Top = 17
  765.           Width = 33
  766.           Height = 21
  767.           Caption = '...'
  768.           TabOrder = 2
  769.           OnClick = btnMediaColorLabelErrClick
  770.         end
  771.         object chkImageFit: TCheckBox
  772.           Left = 8
  773.           Top = 40
  774.           Width = 254
  775.           Height = 17
  776.           Caption = 'Fit image'
  777.           TabOrder = 3
  778.         end
  779.         object chkImageFitBig: TCheckBox
  780.           Left = 8
  781.           Top = 56
  782.           Width = 254
  783.           Height = 17
  784.           Caption = 'Fit only big'
  785.           TabOrder = 4
  786.         end
  787.         object chkImageCenter: TCheckBox
  788.           Left = 8
  789.           Top = 72
  790.           Width = 254
  791.           Height = 17
  792.           Caption = 'Center'
  793.           TabOrder = 5
  794.         end
  795.         object chkImageFitWindow: TCheckBox
  796.           Left = 8
  797.           Top = 88
  798.           Width = 254
  799.           Height = 17
  800.           Caption = 'Fit window'
  801.           TabOrder = 6
  802.         end
  803.         object chkImageLabel: TCheckBox
  804.           Left = 8
  805.           Top = 108
  806.           Width = 254
  807.           Height = 17
  808.           Caption = 'Show info line'
  809.           TabOrder = 7
  810.         end
  811.       end
  812.       object boxInternet: TGroupBox
  813.         Left = 280
  814.         Top = 108
  815.         Width = 257
  816.         Height = 65
  817.         Caption = 'Internet'
  818.         TabOrder = 2
  819.         object chkWebAcceptAll: TCheckBox
  820.           Left = 8
  821.           Top = 20
  822.           Width = 246
  823.           Height = 17
  824.           Caption = 'Try to open unknown file types'
  825.           TabOrder = 0
  826.         end
  827.         object chkWebOffline: TCheckBox
  828.           Left = 8
  829.           Top = 36
  830.           Width = 246
  831.           Height = 17
  832.           Caption = 'Offline mode'
  833.           TabOrder = 1
  834.         end
  835.       end
  836.     end
  837.     object tabShortcuts: TTabSheet
  838.       Caption = 'Shortcuts'
  839.       ImageIndex = 1
  840.       object labShortcut: TLabel
  841.         Left = 328
  842.         Top = 8
  843.         Width = 45
  844.         Height = 13
  845.         Caption = 'Shortcut:'
  846.         FocusControl = HotKey1
  847.       end
  848.       object ListKeys: TListView
  849.         Left = 8
  850.         Top = 8
  851.         Width = 305
  852.         Height = 261
  853.         Columns = <
  854.           item
  855.             Caption = 'Command'
  856.             Width = 165
  857.           end
  858.           item
  859.             Caption = 'Shortcut'
  860.             Width = 115
  861.           end>
  862.         ColumnClick = False
  863.         GridLines = True
  864.         HideSelection = False
  865.         ReadOnly = True
  866.         RowSelect = True
  867.         TabOrder = 0
  868.         ViewStyle = vsReport
  869.         OnSelectItem = ListKeysSelectItem
  870.       end
  871.       object HotKey1: THotKey
  872.         Left = 328
  873.         Top = 24
  874.         Width = 113
  875.         Height = 19
  876.         Enabled = False
  877.         HotKey = 0
  878.         Modifiers = []
  879.         TabOrder = 1
  880.       end
  881.       object btnKeyOk: TButton
  882.         Left = 328
  883.         Top = 48
  884.         Width = 81
  885.         Height = 21
  886.         Caption = 'OK'
  887.         Enabled = False
  888.         TabOrder = 2
  889.         OnClick = btnKeyOkClick
  890.       end
  891.     end
  892.     object tabHistory: TTabSheet
  893.       Caption = 'History'
  894.       ImageIndex = 6
  895.       object boxHistory: TGroupBox
  896.         Left = 8
  897.         Top = 4
  898.         Width = 305
  899.         Height = 136
  900.         Caption = 'History'
  901.         TabOrder = 0
  902.         object chkSaveFolder: TCheckBox
  903.           Left = 8
  904.           Top = 112
  905.           Width = 270
  906.           Height = 17
  907.           Caption = 'Save last working folder'
  908.           TabOrder = 5
  909.         end
  910.         object chkSavePosition: TCheckBox
  911.           Left = 8
  912.           Top = 96
  913.           Width = 270
  914.           Height = 17
  915.           Caption = 'Save window position'
  916.           TabOrder = 4
  917.         end
  918.         object chkSaveRecents: TCheckBox
  919.           Left = 8
  920.           Top = 16
  921.           Width = 209
  922.           Height = 17
  923.           Caption = 'Save recent files list'
  924.           TabOrder = 0
  925.         end
  926.         object chkSaveSearch: TCheckBox
  927.           Left = 8
  928.           Top = 56
  929.           Width = 209
  930.           Height = 17
  931.           Caption = 'Save search history'
  932.           TabOrder = 2
  933.         end
  934.         object btnClearRecent: TButton
  935.           Left = 24
  936.           Top = 34
  937.           Width = 89
  938.           Height = 21
  939.           Caption = 'Clear'
  940.           TabOrder = 1
  941.           OnClick = btnClearRecentClick
  942.         end
  943.         object btnClearSearch: TButton
  944.           Left = 24
  945.           Top = 73
  946.           Width = 89
  947.           Height = 21
  948.           Caption = 'Clear'
  949.           TabOrder = 3
  950.           OnClick = btnClearSearchClick
  951.         end
  952.       end
  953.     end
  954.     object tabMisc: TTabSheet
  955.       Caption = 'Misc'
  956.       ImageIndex = 2
  957.       object boxMisc: TGroupBox
  958.         Left = 8
  959.         Top = 4
  960.         Width = 305
  961.         Height = 125
  962.         Caption = 'Misc'
  963.         TabOrder = 0
  964.         object labViewerTitle: TLabel
  965.           Left = 8
  966.           Top = 44
  967.           Width = 63
  968.           Height = 13
  969.           Caption = 'Window title:'
  970.           FocusControl = edViewerTitle
  971.         end
  972.         object labViewerMode: TLabel
  973.           Left = 8
  974.           Top = 20
  975.           Width = 65
  976.           Height = 13
  977.           Caption = 'Startup view:'
  978.           FocusControl = edViewerMode
  979.         end
  980.         object labFileSort: TLabel
  981.           Left = 8
  982.           Top = 68
  983.           Width = 47
  984.           Height = 13
  985.           Caption = 'Files sort:'
  986.           FocusControl = edFileSort
  987.         end
  988.         object chkResolveLinks: TCheckBox
  989.           Left = 8
  990.           Top = 104
  991.           Width = 289
  992.           Height = 17
  993.           Caption = 'Resolve .lnk files targets'
  994.           TabOrder = 4
  995.         end
  996.         object chkShowHidden: TCheckBox
  997.           Left = 8
  998.           Top = 88
  999.           Width = 289
  1000.           Height = 17
  1001.           Caption = 'Show hidden files'
  1002.           TabOrder = 3
  1003.         end
  1004.         object edViewerTitle: TComboBox
  1005.           Left = 144
  1006.           Top = 40
  1007.           Width = 153
  1008.           Height = 22
  1009.           Style = csOwnerDrawFixed
  1010.           ItemHeight = 16
  1011.           ItemIndex = 0
  1012.           TabOrder = 1
  1013.           Text = 'Display full pathname'
  1014.           Items.Strings = (
  1015.             'Display full pathname'
  1016.             'Display filename only')
  1017.         end
  1018.         object edViewerMode: TComboBox
  1019.           Left = 144
  1020.           Top = 16
  1021.           Width = 153
  1022.           Height = 22
  1023.           Style = csOwnerDrawFixed
  1024.           DropDownCount = 10
  1025.           ItemHeight = 16
  1026.           ItemIndex = 0
  1027.           TabOrder = 0
  1028.           Text = 'Auto detect'
  1029.           Items.Strings = (
  1030.             'Auto detect'
  1031.             'Text'
  1032.             'Binary'
  1033.             'Hex'
  1034.             'Image/Multimedia'
  1035.             'Internet'
  1036.             'Unicode'
  1037.             'Plugins'
  1038.             'RTF/UTF-8')
  1039.         end
  1040.         object edFileSort: TComboBox
  1041.           Left = 144
  1042.           Top = 64
  1043.           Width = 153
  1044.           Height = 22
  1045.           Style = csOwnerDrawFixed
  1046.           ItemHeight = 16
  1047.           ItemIndex = 0
  1048.           TabOrder = 2
  1049.           Text = 'File name'
  1050.           Items.Strings = (
  1051.             'File name'
  1052.             'File name (desc.)'
  1053.             'Extension'
  1054.             'Extension (desc.)')
  1055.         end
  1056.       end
  1057.       object boxPrint: TGroupBox
  1058.         Left = 8
  1059.         Top = 136
  1060.         Width = 305
  1061.         Height = 57
  1062.         Caption = 'Print'
  1063.         TabOrder = 1
  1064.         object labFontFooter: TLabel
  1065.           Left = 8
  1066.           Top = 15
  1067.           Width = 59
  1068.           Height = 13
  1069.           Caption = 'Footer font:'
  1070.           FocusControl = btnFontFooter
  1071.         end
  1072.         object labFooterFontShow: TLabel
  1073.           Left = 64
  1074.           Top = 32
  1075.           Width = 22
  1076.           Height = 13
  1077.           Caption = 'Font'
  1078.         end
  1079.         object btnFontFooter: TButton
  1080.           Left = 24
  1081.           Top = 30
  1082.           Width = 33
  1083.           Height = 21
  1084.           Caption = '...'
  1085.           TabOrder = 0
  1086.           OnClick = btnFontFooterClick
  1087.         end
  1088.       end
  1089.     end
  1090.   end
  1091.   object FontDialog1: TFontDialog
  1092.     Font.Charset = DEFAULT_CHARSET
  1093.     Font.Color = clWindowText
  1094.     Font.Height = -11
  1095.     Font.Name = 'MS Shell Dlg'
  1096.     Font.Style = []
  1097.     Left = 424
  1098.     Top = 12
  1099.   end
  1100.   object ColorDialog1: TColorDialog
  1101.     Left = 472
  1102.     Top = 12
  1103.   end
  1104.   object FontDialog2: TFontDialog
  1105.     Font.Charset = DEFAULT_CHARSET
  1106.     Font.Color = clWindowText
  1107.     Font.Height = -11
  1108.     Font.Name = 'MS Shell Dlg'
  1109.     Font.Style = []
  1110.     Device = fdPrinter
  1111.     Options = [fdEffects, fdWysiwyg]
  1112.     Left = 448
  1113.     Top = 12
  1114.   end
  1115.   object SaveDialog1: TSaveDialog
  1116.     DefaultExt = '.bmp'
  1117.     FileName = '(Template).bmp'
  1118.     Filter = '*.bmp|*.bmp'
  1119.     InitialDir = 'C:\'
  1120.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  1121.     Left = 504
  1122.     Top = 8
  1123.   end
  1124. end
  1125.